home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / irc / UnrealIRCd-bin.lha / Unreal / networks / unrealircd.conf < prev    next >
Text File  |  2000-12-16  |  3KB  |  130 lines

  1. ver^1.5
  2. #
  3. #   UnrealIRCd Configuration file - unrealircd.conf
  4. #   (C) Carsten Munk 1999 - Under the GNU license
  5. #   $Id: unrealircd.conf,v 1.1.1.1.6.1.2.6 2000/08/18 16:44:35 codemastr
  6. Exp $   
  7. # Follow the instructions here.
  8. # change the filename to what network header file you use
  9. # relative to DPATH
  10. Include .................: networks/roxnet.network
  11.  
  12. #
  13. # What K:Line address can K:lined users mail at?
  14. #
  15. Set KLINE_ADDRESS .......: lame.admin.needs.to.set.a.email
  16.  
  17. # If you want users to get auto +x on connect
  18. # 1 = Yes 0 = No
  19. Set MODE_X ..............: 1
  20.  
  21. # Auto +i users when they connect?
  22. # 1 = Yes 0 = No
  23. Set MODE_I ..............: 0
  24.  
  25. # Auto +G users when they connect? This can help as a new REMOVE_ADVERTISE
  26. Set MODE_STRIPWORDS .....: 0
  27.  
  28. # If compiled on a halfhub network this will upgrade it to be a real hub
  29. # *  else if tried on a leaf (not hub) it will cause an error
  30. # * NOTE: There are only TWO versions of UnrealIRCd - Leaf and [Half]Hub
  31. # *       (in wIRCd terms)
  32. # *       Leafs are normal leafs
  33. # *       Halfhubs are hubs that doesn't send out a GLOBOPS when connect estab
  34. # *         (unless if #define TRUEHUB)
  35. # 1 = Yes  0 = No
  36.  
  37. Set TRUEHUB .............: 1
  38.  
  39. #
  40. # The IRCd won't boot if not this setting set correctly 
  41. # RTFM and go thru the config file (this file)
  42. # 1 = Yes  0 = No
  43. Set CONFIG_FILE_STOP ....: 1
  44.  
  45. # If to let non-opers do /stats O
  46. #
  47. #
  48. Set SHOWOPERS ...........: 0
  49.  
  50. #
  51. # This will get the IRCd to exit links with different protocol ( < / > )
  52. #
  53. Set KILLDIFF ............: 0
  54.  
  55. #
  56. # Show Oper MOTD at oper up?
  57. # 1 = Yes 0 = No
  58. Set SHOWOPERMOTD ........: 1
  59.  
  60. #
  61. # Hide U:lines from non-opers in /links?
  62. # 1 = Yes 0 = No
  63. Set HIDE_ULINES .........: 1
  64.  
  65. #
  66. # Allow use of ChatOps?
  67. # 1 = Yes 0 = No
  68. Set ALLOW_CHATOPS .......: 1
  69.  
  70. #
  71. # What message do you want send to Z:lined SOCKS users?
  72. #
  73. Set SOCKS_BAN_MESSAGE ...: Insecure SOCKS server
  74.  
  75. #
  76. # What quit message do we want to send not yet Z:lined SOCKS users?
  77. #
  78. Set SOCKS_QUIT_MESSAGE ..: Insecure SOCKS server
  79.  
  80. #
  81. # How many seconds will a insecure SOCKS be banned?
  82. #
  83. Set SOCKSBANTIME ........: 86400
  84.  
  85. #
  86. # How many channels are users allowed to join?
  87. #
  88. Set MAXCHANNELSPERUSER ..: 10
  89.  
  90. #
  91. # Will we support WebTV, NOTE replaces /NOTICE with a /PRIVMSG
  92. # 1 = Yes 0 = No
  93. Set WEBTV_SUPPORT .......: 0
  94.  
  95. #
  96. # Should usermode +I (Total Invisibility) be disabled?
  97. # 1 = Yes 0 = No
  98. Set NO_OPER_HIDING ......: 0
  99.  
  100. #
  101. # Should we make the user join a channel(s) on connect?
  102. # 0 = No, if Yes, enter the channel name
  103. # to make them join multiple channels seperate with ,s
  104. # ex Set AUTO_JOIN_CHANS .....: #chan1,#chan2,#chan3
  105. #
  106. Set AUTO_JOIN_CHANS .....: 0
  107.  
  108. #
  109. # Should we make the user join a channel(s) on /oper?
  110. # 0 = No, if Yes, enter the channel name
  111. # to make them join multiple channels seperate with ,s
  112. # ex Set OPER_AUTO_JOIN_CHANS : #chan1,#chan2,#chan3
  113. #
  114. Set OPER_AUTO_JOIN_CHANS : 0
  115.  
  116. #
  117. # This allows you specify the amount of time (in seconds)
  118. # to wait for a DNS response. Set this to 0 to disable
  119. # hostname resolving
  120. #
  121. Set HOST_TIMEOUT ........: 2
  122.  
  123. # This allows you to specify the amount of retries
  124. # that should be send when no DNS response is received
  125. #
  126. Set HOST_RETRIES ........: 2
  127.